home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9839 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newsfeeds.ans.net!btco!newsadm
  2. From: Shalom Reich <sqr1874@acf4.nyu.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Implementing A New Project
  5. Date: Mon, 04 Mar 1996 12:56:29 -0500
  6. Organization: Bankers Trust Company
  7. Message-ID: <313B2ECD.6745@acf4.nyu.edu>
  8. References: <4herul$mqf@harbinger.cc.monash.edu.au>
  9. NNTP-Posting-Host: algsvw0058.btco.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  14.  
  15. Andrew Lowe wrote:
  16. >   [snip]
  17. >
  18. > The way the program works is that there are
  19. > points in space called nodes. Nodes usually have an number and a set of
  20. > coordinates. These are not physical, they serve to indicate a start or end
  21. > point. In turn members, such as beams and columns, are defined as running
  22. > between points. Members have properties such as cross sectional area, moments
  23. > of intertia and the like. They are also made of a material such as steel. The
  24. > members also have loads applied to them.
  25. >   [snip]
  26. >
  27.  
  28. I had some difficulty thinking about nodes.  They don't seem to represent real
  29. life *things* but appear to be artifacts of the implementation.  Not knowing 
  30. anything about structural analysis, I would think that "nodes" are attributes 
  31. of members.  Is it even necessary for a member to "know" where it is in 3D 
  32. space or is it sufficient to know what other members it is attached to and the 
  33. points in "itself" to which those members are attached?  IOW, it appears that
  34. your current design takes a global, "stucture oriented" view of the world.  
  35. Would it be possible to convert that to a "member oriented" view of the world?
  36.  
  37. Am I making myself clear?
  38.  
  39. E-mail me if you think this is helpful and want to follow up.
  40.  
  41. S. Reich
  42.